nEPT: fix INVEPT instruction parameter
authorDongxiao Xu <dongxiao.xu@intel.com>
Mon, 4 Feb 2013 11:08:15 +0000 (12:08 +0100)
committerDongxiao Xu <dongxiao.xu@intel.com>
Mon, 4 Feb 2013 11:08:15 +0000 (12:08 +0100)
commitf438b1c5452b7358f6b521b2949864823772364e
treecb857f4951a30ffcbf9f06dd74ffe437e0f965dc
parented11108c8f34ae52daa36c367beeedb7a1740a57
nEPT: fix INVEPT instruction parameter

While emulating the INVEPT instruction in L0 VMM, the EPT pointer
should be fetched from the instruction decoding result, but not
the current loaded EPT pointer.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
Committed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/hvm/vmx/vvmx.c